Welcome![Sign In][Sign Up]
Location:
Search - ts pid

Search list

[Consoletsfilter

Description: 可以从数字电视系统的TS(Transport Stream)流文件中找出到指定包(由用户设置PID、TableID等参数)数量及在流中的位置,对开发数字电视用户很有用-from digital TV system TS (Transport Stream) flow document to identify specific packages (PID set by the user, TableID parameters) volume and flow in the location of the development of digital TV subscribers useful
Platform: | Size: 3313 | Author: 王国印 | Hits:

[Multimedia programts_multipic_player

Description: 数字电视ts流多画面播放器。可以自动分析出ts流中的节目以及每个节目的音频pid,视频pid。用户可以任选一路节目的声音。最大支持17个节目同时播放。-digital TV screen ts flow more players. Can automatically analyze ts flow of programs, and each program pid Audio, Video pid. Users can program all the way optional voice. Maximum support 17 programs broadcast simultaneously.
Platform: | Size: 419210 | Author: 程序员 | Hits:

[DVD13818_5_for_vc

Description: 1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的main函数注解去掉即可。 2、VC++6.0编译设置 需要在菜单Poject-〉Settings 弹出的对话框中把预编译头设置成Not using precompiled headers,如Vc_setting.jpg中的图片所示。 3、运行 编译生成decode2.exe文件后在命令行如下运行 decode2.exe d:\\cctv.ts 一开始在没有分析完PAT和PMT表时会打印一些如unexpected pid: 513的消息,请耐心等待一会儿就会发现分析的系统层信息打印了。可能刷屏很快导致你看不清信息,可以将打印信息重定向到某个文件中,如下: decode2.exe d:\\cctv.ts >c:\\ts_decode.txt 运行decode2.exe的同时会在当前目录生成过滤后的PES文件,文件名格式stream512,512为PID。 -a brief account of this code is ISO 13818-5 MPEG2 system layer protocol analysis code, After I few modifications, now he can finally in VC 6.0 compiler operation, Published line with those dedicated to understanding MPEG2 system layer protocol and an overtime programmers. To be compiled under the windows, I revised the relevant part of the operating system code, Notes swap some of the main function, leaving only the main decode.cpp function without notes, So when a compiled program is TS system layer decoding process analysis, if we are to achieve other functions such as encode. decode.cpp as long as the main function of the rich encode.cpp put the main function annotation will be removed. 2. VC 6.0 compiler installed in the menu Poject - "Settings pop-up dialog box put pre - translat
Platform: | Size: 100002 | Author: 陈水德 | Hits:

[Streaming Mpeg4PSIParser

Description: PSIParser可解析出TS中的PID,配合DSNetwork一起使用-PSIParser TS can figure out the PID, used in conjunction with DSNetwork
Platform: | Size: 308739 | Author: 段冀申 | Hits:

[Multimedia DevelopPSIParser

Description: PSIParser可解析出TS中的PID,配合DSNetwork一起使用-PSIParser TS can figure out the PID, used in conjunction with DSNetwork
Platform: | Size: 37893 | Author: wj24021040 | Hits:

[Consoletsfilter

Description: 可以从数字电视系统的TS(Transport Stream)流文件中找出到指定包(由用户设置PID、TableID等参数)数量及在流中的位置,对开发数字电视用户很有用-from digital TV system TS (Transport Stream) flow document to identify specific packages (PID set by the user, TableID parameters) volume and flow in the location of the development of digital TV subscribers useful
Platform: | Size: 3072 | Author: 王国印 | Hits:

[Streaming Mpeg4DirectShow

Description: 本压缩包里含有用DirectShow sdk 9.0来开发实现了PID(Plug_in Distributor)扩展插件,来有限地增强(Filter Graph Manager)的功能。并用DirectShow来开发了一个数字电视应用软件。-bag containing the compressed using DirectShow sdk 9.0 to achieve the development of PID (Pl ug_in Distributor) extensions, limited to enhance (Graph Filter Manager) function. Using DirectShow and to the development of a digital TV application software.
Platform: | Size: 165888 | Author: 蒋松云 | Hits:

[DVD13818_5_for_vc

Description: 1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的main函数注解去掉即可。 2、VC++6.0编译设置 需要在菜单Poject-〉Settings 弹出的对话框中把预编译头设置成Not using precompiled headers,如Vc_setting.jpg中的图片所示。 3、运行 编译生成decode2.exe文件后在命令行如下运行 decode2.exe d:\cctv.ts 一开始在没有分析完PAT和PMT表时会打印一些如unexpected pid: 513的消息,请耐心等待一会儿就会发现分析的系统层信息打印了。可能刷屏很快导致你看不清信息,可以将打印信息重定向到某个文件中,如下: decode2.exe d:\cctv.ts >c:\ts_decode.txt 运行decode2.exe的同时会在当前目录生成过滤后的PES文件,文件名格式stream512,512为PID。 -a brief account of this code is ISO 13818-5 MPEG2 system layer protocol analysis code, After I few modifications, now he can finally in VC 6.0 compiler operation, Published line with those dedicated to understanding MPEG2 system layer protocol and an overtime programmers. To be compiled under the windows, I revised the relevant part of the operating system code, Notes swap some of the main function, leaving only the main decode.cpp function without notes, So when a compiled program is TS system layer decoding process analysis, if we are to achieve other functions such as encode. decode.cpp as long as the main function of the rich encode.cpp put the main function annotation will be removed. 2. VC 6.0 compiler installed in the menu Poject- "Settings pop-up dialog box put pre- translat
Platform: | Size: 99328 | Author: 陈水德 | Hits:

[Streaming Mpeg4PSIParser

Description: PSIParser可解析出TS中的PID,配合DSNetwork一起使用-PSIParser TS can figure out the PID, used in conjunction with DSNetwork
Platform: | Size: 308224 | Author: 段冀申 | Hits:

[OtherMPEGTSUtils

Description: MPEG TS Utils application provides the user with a visual representation of the multiplexed stream structure of MPEG-2 Transport Streams (ISO/IEC 13818-1). The application allows the user to investigate the basic transport stream packets with their fields. The application also allows the user to manipulate with transport streams by filtering specified PIDs and exporting to file, demultiplexing to PES and ES streams, converting multi-program TS to single-program TS.
Platform: | Size: 320512 | Author: Elvis | Hits:

[mpeg mp3TS

Description: 用C语言写的解析TS包,可用于机顶盒,数字电视等符合MPEG2标准的TS解析。-Using C language to write the analytic TS packets can be used for set-top boxes, digital TVs, etc. in line with the MPEG2 standard analytic TS.
Platform: | Size: 3072 | Author: shiping | Hits:

[mpeg mp3TsAnalyse

Description: 分析TS流文件的PAT、PMT和所以PID信息,是了解TS流文件结构的基础。-Analysis of TS stream file PAT, PMT and PID information so is the understanding of TS stream file structure.
Platform: | Size: 150528 | Author: yizhiqiang | Hits:

[Windows Developsection

Description: 可以得到指定PID和TID下当前section和last section,是分析TS流的小工具-Can be designated PID and TID of the current section and the last section, is to analyze the TS stream Gadgets
Platform: | Size: 223232 | Author: pansiyi | Hits:

[Windows DevelopAddSmallToBig

Description: 将小的TS文件,转化到大的TS文件内,可以指定转化的周期,可以删掉部分PID。-Ts2bigTS
Platform: | Size: 54272 | Author: glsoft | Hits:

[File OperateTSdecode-source

Description: This Decode MPEG-2 transport streams 1 - TS header decode 2 - Display table of PID addresses 3 - Create text file of PID addresses 4 - Extract a PES stream to another file -This is Decode MPEG-2 transport streams 1- TS header decode 2- Display table of PID addresses 3- Create text file of PID addresses 4- Extract a PES stream to another file
Platform: | Size: 24576 | Author: btttnn | Hits:

[Windows DevelopMPEG2TSpacketanalyser_2_0_0_10(1)

Description: 用来分析MPEG2 ts码流的小工具 可以分析其中的PID号 必须在NET framework2.0下运行-MPEG2 ts used to analyze the stream of small tools to analyze the PID number must be run NET framework2.0
Platform: | Size: 280576 | Author: ss | Hits:

[File Formatnewpidapplication

Description: PID控制是迄今为止最通用的控制方法,但应用常规PID控制器对于具有非线性、时变不确定性的系统,无法达到理想的控制效果。随着现代控制理论和微处理机技术的发展,出现了许多新型PID控制器,为解决复杂无规则系统的控制开辟了新途径。 本书自1998年出版以来,深受广大读者欢迎,已多次重印。这次修订,在介绍数字PID控制、自适应PID控制、智能PID控制、模糊PID控制、神经网络PID控制、预测PID控制和PID控制器自整定技术的基础上,增加了PID控制器的设计方法和工程应用,包括LQ最优控制、频域法、极点配置设计、TS-PID、基于遗传算法的PID控制器设计、鲁棒PID控制器和非线性PID控制器设计等,并列举了工程应用实例。 本书适宜于从事工业过程控制、计算机应用和电气自动化领域工作的工程技术人员阅读,也可作为大专院校自动化等相关专业的教材和教学参考书。-PID control is the most popular control strategy, but it s not suitable for nonlinear, time-variant systems.
Platform: | Size: 4477952 | Author: | Hits:

[Streaming Mpeg4tsAdvance

Description: tsAdvance TS流操作软件,根据指定的音频PID统计码率,根据指定的PCR的PID统计码率,根据指定的视频PID统计码率,检查指定PID的连续计数,列出不连续的包位置,显示指定PID的各个DTS值,显示指定PID的各个PCR值,统计同步字节错误,统计同步丢失错误,统计PSISI表格的Table id错误,保存指定音视频PID的ES到outfile文件中,统计指定音视频PID时间长度,进行文件分隔,删除文件中指定PID的数据,并另存等功能-tsAdvance TS stream operating software, according to the specified bit-rate audio PID statistics, according to the specified PCR-PID statistical rate, according to the specified bit rate video PID statistics, check the continuous count of the specified PID, list location of discrete packets, showing the specified PID value of each DTS, showing the specified PID value of each PCR, statistical sync byte errors, statistical sync loss errors, statistical PSISI table Table id error, save the specified audio and video PID of the ES to the outfile file, specify the audio and video statistics PID length of time to file separate, delete the file specified in the PID of the data, and save functions
Platform: | Size: 273408 | Author: wutong | Hits:

[Streaming Mpeg4OpenCaster2.4

Description: 很多不错的MPEG2传输流工具代码集合,主要用C和python实现。 功能: PSI 生成;EPG/EIT生成;DSM-CC数据生成和接收(MHP/MHEG5/SSU);TS 包和时序分析;等等。-This package is a collection of softwares to play out and multiplex MPEG2 transport stream format in a Linux system. Features: - PSI generation (PAT, PMT, NIT, SDT, TDT, AIT, TOT, ...) - EPG/EIT generation - Object and data carousel generation and receivement (MHP, MHEG5, DVB-SSU, DSMCC, ...) - third party software AC-3, MPEG2 audio and MPEG2 video encoder support (mainconcept and ffmpeg among them) - IP encapsulation (MPE) - CBR transport stream muxing - PCR stamping - Null packet replacement - PID filtering - PID remappaing - Null packet insertion - Video buffer verifier - PCR timing verifier - PES headers analyzer - MPEG2 video and MPEG2/AC-3 audio ES header analyzer - fatcaps DVB-H support
Platform: | Size: 12490752 | Author: Jesse Gong | Hits:

[mpeg mp3tsdemux.tar

Description: mpeg2的ts流解析,按照实际播放流媒体的过程来实现,从pat表分析出pmt表内容,从pmt表内容分析es流的pid,然后把video,audio内容的es 流输出相应pid名的文件。 -mpeg2 ts stream of analysis, the actual process of playing streaming media to achieve, pat the table from the contents of the pmt table, the table of content analysis from the pmt flow es pid, then video, audio content stream output corresponding es pid in the name.
Platform: | Size: 5120 | Author: jiang feng | Hits:
« 12 »

CodeBus www.codebus.net